]> git.pld-linux.org Git - packages/tla.git/commitdiff
- adapterized, pl summary, cosmetics; shouldn't be merged with arch.spec?
authorankry <ankry@pld-linux.org>
Mon, 1 Sep 2003 15:37:49 +0000 (15:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tla.spec -> 1.2

tla.spec

index 8f883c1d322b63087d7e145474305938ce106398..36d976ce5994f0ee480d7a5c02e81ed2200f5ad7 100644 (file)
--- a/tla.spec
+++ b/tla.spec
@@ -1,26 +1,26 @@
-Name: tla
-Summary: tla arch is a revision control system
-Version: 1.1pre5
-Release: 1
-License: GPL
-Group: Development/Tools
-Provides: %{name}
-Source0: http://regexps.srparish.net/src/%{name}/%{name}-%{version}.tar.gz
+Name:          tla
+Summary:       tla arch - revision control system
+Summary(pl):   tla arch - systeme kontroli wersji
+Version:       1.1pre5
+Release:       1
+License:       GPL v2
+Group:         Development/Version Control
+URL:           http://regexps.srparish.net/www/
+Source0:       http://regexps.srparish.net/src/%{name}/%{name}-%{version}.tar.gz
 # Source0-md5: 16512739150bdb81764a9d2fffb6a423
-BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
-URL: http://regexps.srparish.net/www/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-tla arch is a revision control system: a program that let's programmers
-archive a history of changes made to the software they maintain and
-that, more importantly, helps programmers to coordinate, syncronize,
-and combine multiple lines of development for a single project.
+tla arch is a revision control system: a program that lets
+programmers archive a history of changes made to the software they
+maintain and that, more importantly, helps programmers to coordinate,
+synchronize, and combine multiple lines of development for a single
+project.
 
 arch version tla is a C version of the reference arch concepts.
 
-
 %prep
-%setup
+%setup -q
 
 ## using: rpmbuild -ba --target=i686-redhat-linux tls-1.0.6.spec
 
@@ -31,15 +31,16 @@ cd =build
 ## imitate what an rpm macro would export
 export CFLAGS="${RPM_OPT_FLAGS}" CXXFLAGS="${RPM_OPT_FLAGS}" FFLAGS="${RPM_OPT_FLAGS}";
 ../configure --prefix=%{_prefix} --destdir=%{buildroot}
-make
+%{__make}
 # ok, I tested already
-make test
+%{__make} test
 
 
 %install
+rm -rf $RPM_BUILD_ROOT
 rm -rf %{buildroot}
 cd %{_builddir}/%{name}-%{version}/src/=build
-make install
+%{__make} install
 ## move some docs to a place the rpm doc macro likes
 cd %{_builddir}/%{name}-%{version}
 cp src/tla/=THANKS =THANKS
@@ -56,36 +57,9 @@ rm -rf %{buildroot}%{_prefix}/src
 rm -rf %{buildroot}
 
 %files
-%defattr(-, root, root)
+%defattr(644,root,root,755)
 %doc COPYING =INSTALL =RELEASE-ID html ps texi
-%{_bindir}
+%attr(755,root,root) %{_bindir}
 #{_includedir}
 #{_libdir}
 #{_libexecdir}
-
-%changelog
-* Thu Jul 10 2003 Angles <angles@aminvestments.com>
-- bump to version tls 1.0.6
-
-* Mon Jun 30 2003 Angles <angles@aminvestments.com>
-- this is c version of larch called tls
-- bump to version tls 1.0.4
-
-* Sun May 21 2002 Angles <angles@aminvestments.com>
-- bump to version 1.0pre16
-
-* Sun May 05 2002 Angles <angles@aminvestments.com>
-- bump to version 1.0pre15
-
-* Thu Apr 11 2002 Angles <angles@aminvestments.com>
-- bump to version 1.0pre14
-- automate patch2 to match build hosts actual vars
-
-* Mon Mar 27 2002 Angles <angles@phpgroupware.org>
-- bump to version 1.0pre13
-- redo patches so no version-name strings are in the patch paths
-
-* Mon Mar 11 2002 Angles <angles@phpgroupware.org>
-- initial package release, version 1.0pre11
-- make symlinks in linexec tree relative to remove hard coded rpm buildroot path
-- find useful docs and assemble for the rpm doc macro
This page took 0.093083 seconds and 4 git commands to generate.