]> git.pld-linux.org Git - packages/liferea.git/commitdiff
- 1.2
authoraredridel <aredridel@pld-linux.org>
Mon, 27 Nov 2006 21:27:06 +0000 (21:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    liferea.spec -> 1.107

liferea.spec

index 66263ae9affb03d7074d7c57117434744609871b..688f5471134e908316d186337c7f1e0eee2321f5 100644 (file)
@@ -5,15 +5,16 @@
 %bcond_without gtkhtml         # without GtkHTML
 %bcond_without mozilla_firefox # build with mozilla-firefox-devel
 #
+%define        pre     RC3
 Summary:       A RSS feed reader
 Summary(pl):   Program do pobierania informacji w formacie RSS
 Name:          liferea
-Version:       1.0.25
-Release:       1
+Version:       1.2
+Release:       0.%{pre}.1
 License:       GPL v2
 Group:         X11/Applications/Networking
-Source0:       http://dl.sourceforge.net/liferea/%{name}-%{version}.tar.gz
-# Source0-md5: 45d511c9eb829797336a60a4a86b5939
+Source0:       http://dl.sourceforge.net/liferea/%{name}-%{version}-%{pre}.tar.gz
+# Source0-md5: 30542c315370db12cc9598d3b809b2d5
 Patch0:                %{name}-desktop.patch
 URL:           http://liferea.sourceforge.net/
 BuildRequires: GConf2-devel >= 2.10.0
@@ -79,11 +80,11 @@ Mozilla HTML browser module for Liferea.
 ModuĀ³ przeglĀ±darki HTML dla Liferea oparty na Mozilli.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{pre}
 %patch0 -p1
 
 %build
-%{__glib_gettextize}
+#%{__glib_gettextize}
 %{__aclocal}
 %{__libtoolize}
 %{__autoheader}
@@ -109,10 +110,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/lib*.la
 
 %post
 %gconf_schema_install liferea.schemas
+%update_icon_cache hicolor
 
 %preun
 %gconf_schema_uninstall liferea.schemas
 
+%postun
+%update_icon_cache hicolor
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -121,10 +126,12 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/*.so.*.*.*
+%{_iconsdir}/hicolor/48x48/apps/liferea.png
+%{_mandir}/pl/man1/liferea.1*
 %{_sysconfdir}/gconf/schemas/*.schemas
 %{_datadir}/%{name}
 %{_desktopdir}/*.desktop
-%{_pixmapsdir}/*
 %{_mandir}/man1/liferea.1*
 
 %if %{with gtkhtml}
This page took 0.036169 seconds and 4 git commands to generate.