]> git.pld-linux.org Git - packages/dates.git/commitdiff
- 0.4.4
authorPatryk Zawadzki <patrys@room-303.com>
Sat, 8 Sep 2007 13:32:49 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- devel and static are useless now

Changed files:
    dates.spec -> 1.7

dates.spec

index 8c2253439300073108155f29a6cae8392fff234e..dd87c017540d1cf7f6e70e8ea59d2577c3b8defa 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Tiny GNOME datebook application
 Summary(pl.UTF-8):     Mała aplikacja kalendarza dla GNOME
 Name:          dates
-Version:       0.4.3
+Version:       0.4.4
 Release:       1
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://pimlico-project.org/sources/dates/%{name}-%{version}.tar.gz
-# Source0-md5: ddf4e72a56bc41d30d7ff8760fd84772
+# Source0-md5: 224d3caef549988447f3bc70123a0755
 URL:           http://pimlico-project.org/dates.html
 BuildRequires: GConf2-devel >= 2.0
 BuildRequires: autoconf >= 2.53
@@ -20,6 +20,8 @@ BuildRequires:        pkgconfig
 Requires(post,postun): /sbin/ldconfig
 Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): scrollkeeper
+Obsoletes:     dates-devel <= 0.4.3
+Obsoletes:     dates-static <= 0.4.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,33 +38,6 @@ używania na urządzeniach przenośnych. Jest dostępny w kilku odmianach;
 z czystym interfejsen GTK+, w wersji dla platformy Nokia 770/N800
 Maemo oraz dla urządzeń OpenMoko.
 
-%package devel
-Summary:       Header files for gtkdatesview library
-Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki gtkdatesview
-Group:         Development/Libraries
-Requires:      %{name} = %{version}-%{release}
-Requires:      GConf2-devel >= 2.0
-Requires:      evolution-data-server-devel >= 1.2
-Requires:      gtk+2-devel >= 2:2.10.7
-
-%description devel
-Header files for gtkdatesview library.
-
-%description devel -l pl.UTF-8
-Pliki nagłówkowe biblioteki gtkdatesview.
-
-%package static
-Summary:       Static gtkdatesview library
-Summary(pl.UTF-8):     Statyczna biblioteka gtkdatesview
-Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}-%{release}
-
-%description static
-Static gtkdatesview library.
-
-%description static -l pl.UTF-8
-Statyczna biblioteka gtkdatesview.
-
 %prep
 %setup -q
 
@@ -92,20 +67,17 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/ldconfig
 %scrollkeeper_update_post
 %update_icon_cache hicolor
 
 %postun
 %scrollkeeper_update_postun
-/sbin/ldconfig
 %update_icon_cache hicolor
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/libgtkdatesview.so.*.*.*
 %dir %{_datadir}/dates
 %{_datadir}/dates/oh-about-logo.png
 %{_desktopdir}/dates.desktop
@@ -116,14 +88,3 @@ rm -rf $RPM_BUILD_ROOT
 %{_iconsdir}/hicolor/48x48/apps/dates.png
 %{_iconsdir}/hicolor/scalable/apps/dates.svg
 %{_mandir}/man1/dates.1*
-
-%files devel
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libgtkdatesview.so
-%{_libdir}/libgtkdatesview.la
-%{_includedir}/gtkdatesview
-%{_pkgconfigdir}/libgtkdatesview.pc
-
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/libgtkdatesview.a
This page took 0.107829 seconds and 4 git commands to generate.