]> git.pld-linux.org Git - packages/blam.git/commitdiff
- pl, added description
authorgrzegol <grzegol@pld-linux.org>
Wed, 4 Aug 2004 17:26:19 +0000 (17:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added locale-names patch (rename locale no -> nb)
- updated and sorted BRs and Rs
- 755 for *.so* and *.exe files
- other cosmetics

Changed files:
    blam.spec -> 1.2

blam.spec

index 4194b4953695dee16b5d123ef3db5e0b3d4f0f16..c307240720ce4f8b9e72c8d7e9df225637329167 100644 (file)
--- a/blam.spec
+++ b/blam.spec
@@ -1,36 +1,45 @@
-Summary:       .NET RSS Reader 
+Summary:       .NET RSS Reader
+Summary(pl):   Program do pobierania informacji w formacie RSS
 Name:          blam
 Version:       1.2.1
 Release:       1
 License:       GPL
 Group:         X11/Applications
-Source0:       http://ftp.imendio.com/pub/imendio/blam/%{name}-%{version}.tar.gz
+Source0:       http://ftp.imendio.com/pub/imendio/%{name}/%{name}-%{version}.tar.gz
 # Source0-md5: 3143c4408d2f60e89224ee35ffa7bab6
+Patch0:                %{name}-locale-names.patch
 URL:           http://micke.hallendal.net/
-BuildRequires: ORBit2-devel >= 2.8.3
+BuildRequires: GConf2-devel >= 2.4.0
 BuildRequires: autoconf
 BuildRequires: automake >= 1.7
+BuildRequires: dotnet-gecko-sharp-devel >= 0.5
 BuildRequires: dotnet-gtk-sharp-devel >= 1.0
+BuildRequires: intltool >= 0.25
+BuildRequires: libgnomeui-devel >= 2.2.0
 BuildRequires: libtool
-BuildRequires: mono-csharp
+BuildRequires: mono-csharp >= 1.0
 BuildRequires: mono-devel >= 1.0
-BuildRequires: monodoc >= 1.0
-BuildRequires: dotnet-gecko-sharp-devel >= 0.5
-BuildRequires: sed >= 4.0
-BuildRequires: shared-mime-info
+BuildRequires: pkgconfig
+Requires(post):        GConf2 >= 2.4.0
+Requires:      dotnet-gecko-sharp
+Requires:      dotnet-gtk-sharp
 Requires:      mono
 Requires:      monodoc
 Requires:      mozilla-embedded
-Requires:      dotnet-gecko-sharp
-Requires:      dotnet-gtk-sharp
-Requires(post,postun): shared-mime-info
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+.NET RSS Reader.
+
+%description -l pl
+Program do pobierania informacji w formacie RSS wykonany w technologii
+.NET.
 
 %prep
 %setup -q
-#sed -e 's/update-mime-database/-&/' -i Makefile.am
+%patch0 -p1
+
+mv po/{no,nb}.po
 
 %build
 rm -rf autom4te.cache
@@ -39,7 +48,8 @@ rm -rf autom4te.cache
 %{__autoheader}
 %{__automake}
 %{__autoconf}
-%configure
+%configure \
+       --disable-schemas-install
 %{__make}
 
 %install
@@ -50,6 +60,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %find_lang %{name}
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{a,la}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -58,10 +70,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc README
-%config %{_sysconfdir}/gconf/schemas/*
+%doc AUTHORS ChangeLog NEWS README TODO
+%{_sysconfdir}/gconf/schemas/*
 %attr(755,root,root) %{_bindir}/*
-%{_libdir}/%{name}
+%dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/libblam.so*
+%attr(755,root,root) %{_libdir}/%{name}/*.exe
+%{_libdir}/%{name}/*.dll
 %{_datadir}/%{name}
 %{_desktopdir}/*
 %{_pixmapsdir}/*
This page took 0.082821 seconds and 4 git commands to generate.