]> git.pld-linux.org Git - packages/autounit.git/commitdiff
- finished and updated to 0.10.
authorkloczek <kloczek@pld-linux.org>
Sun, 20 May 2001 09:56:46 +0000 (09:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autounit.spec -> 1.2

autounit.spec

index 0d98807b0f94417d249e824a91de7ac33e96ad90..21da2626e098c33871e6f41bc66bd9d54b2240ed 100644 (file)
@@ -1,27 +1,31 @@
 Summary:       GNU autoconf - source configuration tools
 Summary(pl):   GNU autoconf - narzêdzie do automatycznego konfigurowania ¼róde³
 Name:          autounit
-Version:       0.05
+Version:       0.10
 Release:       1
 License:       GPL
-Group:         Development/Building
-Group(pl):     Programowanie/Budowanie
+Group:         Development/Tools
+Group(de):     Entwicklung/Werkzeuge
+Group(fr):     Development/Outils
+Group(pl):     Programowanie/Narzêdzia
 Source0:       http://www.recursism.com/projects/autounit/%{name}-%{version}.tar.gz
+Patch0:                %{name}-info.patch
 URL:           http://www.recursism.com/projects/autounit/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-#%define               _libdir         %{_datadir}
-
 %description
-GNU Autounit's goal is to provide a common unit testing framework for                               application developers who use GNU Autoconf already in their projects but                           do not currently use a unit testing framework.
+GNU Autounit's goal is to provide a common unit testing framework for
+application developers who use GNU Autoconf already in their projects
+but do not currently use a unit testing framework.
 
 %description -l pl
-Celem programu GNU Autounit jest dostarczenie popularnego systemu testów
-dla developerów aplikacji ju¿ u¿ywaj±cych programu GNU Autoconf w ich
-projektach ale aktualnie nie u¿ywaj±cych programów testuj±cych.
+Celem programu GNU Autounit jest dostarczenie popularnego systemu
+testów dla developerów aplikacji ju¿ u¿ywaj±cych programu GNU Autoconf
+w ich projektach ale aktualnie nie u¿ywaj±cych programów testuj±cych.
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %configure
@@ -32,6 +36,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
+gzip -9nf AUTHORS ChangeLog NEWS README
+
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
@@ -43,4 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-FIXME
+%doc *.gz
+%{_libdir}/libau-c-unit.a
+%{_includedir}/c-unit
+%{_inforid}/*info*
This page took 0.077278 seconds and 4 git commands to generate.