]> git.pld-linux.org Git - packages/gabber.git/commitdiff
- scrollkeeper is not used
authorwrobell <wrobell@pld-linux.org>
Sun, 15 Jun 2003 21:09:07 +0000 (21:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- gabber ac/am is ok, so do not regenerate configure script
- fixed file list

Changed files:
    gabber.spec -> 1.43

gabber.spec

index b74c3e039d97ff9063ef7ba2ead65732d9a88361..8a8fb84891755192d4b4f7b04928a8af54085e4e 100644 (file)
@@ -12,7 +12,8 @@ Release:      0.1
 License:       GPL
 Group:         Applications/Communications
 # take source 0 from cvs, please
-Source0:       http://www.jabberstudio.org/projects/gabber/releases/download.php?file=%{name}-%{version}.tar.gz
+Source0:       %{name}-%{version}.tar.gz
+#Source0:      http://www.jabberstudio.org/projects/gabber/releases/download.php?file=%{name}-%{version}.tar.gz
 URL:           http://gabber.sourceforge.net/
 Requires:      gnupg
 BuildRequires: gconfmm-devel >= 2.0.0
@@ -42,14 +43,6 @@ mesmo tempo f
 %setup -q
 
 %build
-rm -f missing
-glib-gettextize
-intltoolize
-%{__libtoolize}
-%{__aclocal}
-%{__autoheader}
-%{__autoconf}
-%{__automake}
 CXXFLAGS="%{rpmcflags}"
 %configure \
        --%{!?debug:dis}%{?debug:en}able-debug \
@@ -64,25 +57,19 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-#%find_lang %{name} --with-gnome --all-name
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/usr/bin/scrollkeeper-update
 %gconf_schema_install
 
-%postun -p /usr/bin/scrollkeeper-update
-
-#%files -f %{name}.lang
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README TODO
 %{_sysconfdir}/gconf/schemas/*
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/*.so*
-%{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/%{name}/*.so
+%{_libdir}/%{name}/*.la
 %{_datadir}/%{name}
 %{_datadir}/applications/*
 %{_pixmapsdir}/*
This page took 0.055764 seconds and 4 git commands to generate.