]> git.pld-linux.org Git - packages/g-cows.git/commitdiff
- pl fixes, informative summaries, removed unnecessary CFLAGS (set by configure macro)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 24 Aug 2004 21:51:38 +0000 (21:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    g-cows.spec -> 1.2

g-cows.spec

index cd3c80f784ffd396d55e010f9b0bee884c3fa66e..24f518eb7b369510b1c4078790fbef3319c6932a 100644 (file)
@@ -1,5 +1,5 @@
-Summary:       G-Cows
-Summary(pl):   G-Cows
+Summary:       G-Cows - simple scripting language for web content management
+Summary(pl):   G-Cows - prosty jêzyk skryptowy do zarz±dzania tre¶ci± WWW
 Name:          g-cows
 Version:       1.4
 Release:       1
@@ -7,11 +7,11 @@ License:      GPL
 Group:         Applications/Console
 Source0:       http://www.g-cows.org/download/%{name}-%{version}.tar.gz
 # Source0-md5: 1d0eef7bdf1a270531d59b9b99c5cda7
-BuildRequires: automake
+URL:           http://www.g-cows.org/
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: bison
 BuildRequires: flex
-URL:           http://www.g-cows.org
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -22,17 +22,16 @@ G-Cows is a software project consisting in:
 - a makefile generator (Cows-mkgen);
 
 %description -l pl
-G-Cows jest projektem, w sklad ktorego wchodzi:
-- jezyk skryptowy zaprojektowany do tworzenia stron internetowych;
-- interpretator tego jezyka
-- generator plikow makefile (Cows-mkgen);
+G-Cows jest projektem, w sk³ad którego wchodzi:
+- jêzyk skryptowy zaprojektowany do tworzenia stron internetowych;
+- interpreter tego jêzyka
+- generator plików makefile (Cows-mkgen);
 
 %prep
 %setup -q
 
 %build
 ./bootstrap
-CFLAGS="%{rpmcflags}"
 %configure
 %{__make}
 
@@ -41,6 +40,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.101935 seconds and 4 git commands to generate.