]> git.pld-linux.org Git - packages/drivel.git/blobdiff - drivel.spec
- converted to UTF-8
[packages/drivel.git] / drivel.spec
index 7ffe43b710b2954351c59f8fa59d16c8bafb8552..9aa1a06bbdba22dea133f7d2416841db28f81205 100644 (file)
@@ -1,14 +1,16 @@
 Summary:       A LiveJournal client for GNOME
-Summary(pl):   Klient LiveJournala dla GNOME
+Summary(pl.UTF-8):   Klient LiveJournala dla GNOME
 Name:          drivel
-Version:       1.3.91
+Version:       2.0.2
 Release:       1
 License:       GPL v2
 Group:         Applications/Networking
 Source0:       http://dl.sourceforge.net/drivel/%{name}-%{version}.tar.bz2
-# Source0-md5: b2b826c52e9eb52713828770aa16c3f5
+# Source0-md5: b77d376946ab32f0f8992c5e0baf1f51
 Patch0:                %{name}-desktop.patch
+Patch1:                %{name}-debug.patch
 URL:           http://www.dropline.net/drivel/
+BuildRequires: automake
 BuildRequires: curl-devel
 BuildRequires: gnome-vfs2-devel >= 2.6.0
 BuildRequires: gtk+2-devel >= 2:2.4.0
@@ -26,16 +28,18 @@ Drivel is an advanced LiveJournal client for the GNOME desktop. While
 maintaining a full set of features, it had been designed with
 usability in mind, and presents an elegant user interface.
 
-%description -l pl
-Drivel to zaawansowany klient LiveJournala dla rodowiska GNOME. Przy
-zachowaniu pe³nego zbioru mo¿liwo¶ci, zosta³ on zaprojektowany z my¶l±
-o u¿ywalno¶ci. Prezentuje elegancki interfejs u¿ytkownika.
+%description -l pl.UTF-8
+Drivel to zaawansowany klient LiveJournala dla środowiska GNOME. Przy
+zachowaniu pełnego zbioru możliwości, został on zaprojektowany z myślą
+o używalności. Prezentuje elegancki interfejs użytkownika.
 
 %prep
 %setup -q
 #%patch0 -p1
+%patch1 -p1
 
 %build
+install /usr/share/automake/config.* .
 %configure \
        --disable-schemas-install
 %{__make}
@@ -47,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# duplicated with nb
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/no
+rm -rf $RPM_BUILD_ROOT%{_datadir}/{application-registry,mime-info}
+
 %find_lang %{name} --with-gnome
 
 %clean
@@ -60,15 +68,13 @@ rm -r $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_pixmapsdir}/*
-%{_desktopdir}/*
+%{_desktopdir}/*.desktop
 %{_sysconfdir}/gconf/schemas/*
 %dir %{_datadir}/drivel
 %dir %{_datadir}/drivel/glade
 %dir %{_datadir}/drivel/languages
 %{_datadir}/drivel/languages/livejournal.lang
 %{_datadir}/drivel/glade/drivel.glade
-%{_datadir}/application-registry/drivel.applications
 %{_iconsdir}/gnome/48x48/mimetypes/gnome-mime-application-x-drivel.png
-%{_datadir}/mime-info/drivel.*
 %{_datadir}/mime/packages/drivel.xml
-%{_datadir}/omf/drivel/drivel-C.omf
+%{_omf_dest_dir}/drivel
This page took 0.080346 seconds and 4 git commands to generate.