]> git.pld-linux.org Git - packages/calcurse.git/commitdiff
- 2.9.2 auto/ti/calcurse-2_9_2-0_1
authorZsolt Udvari <uzsolt@pld-linux.org>
Thu, 8 Sep 2011 06:17:47 +0000 (06:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ncursesw cflags to configure
- remove ChangeLog from doc

Changed files:
    calcurse.spec -> 1.19

calcurse.spec

index 451f0c994aadfbf9d5286bc6a19e1cec273b7b79..38b0a6e88f69402a1ad2f98c99106f5230d7a956 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Calcurse - text-based personal organizer
 Summary(pl.UTF-8):     Calcurse - tekstowy organizer
 Name:          calcurse
-Version:       2.9.0
+Version:       2.9.2
 Release:       0.1
 License:       GPL v2
 Group:         Applications
 Source0:       http://calcurse.org/files/%{name}-%{version}.tar.gz
-# Source0-md5: 3ff0229581060d43232a6fb56b0cd07a
+# Source0-md5: 5cb7d9c9edddc551fc62c9c5733591c5
 URL:           http://calcurse.org/
 BuildRequires: ncurses-devel
 BuildRequires: sed >= 4.0
@@ -33,6 +33,7 @@ online.
 
 %build
 %configure \
+       CPPFLAGS="%{rpmcppflags} $(pkg-config --cflags ncursesw)"
        LDFLAGS="%{rpmldflags} $(pkg-config --libs ncursesw)"
 %{__make}
 
@@ -49,6 +50,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS doc/* ChangeLog TODO NEWS README
+%doc AUTHORS doc/* TODO NEWS README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man*/*
This page took 0.046658 seconds and 4 git commands to generate.