Author: adamg                        Date: Sun Jan 11 01:09:35 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   qdevelop.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/qdevelop.spec
diff -u /dev/null SPECS/qdevelop.spec:1.1
--- /dev/null   Sun Jan 11 02:09:35 2009
+++ SPECS/qdevelop.spec Sun Jan 11 02:09:30 2009
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+Summary:       IDE dedicated to QT4
+Summary(pl.UTF-8):     IDE zaprojektowane z myślą o QT4
+Name:          qdevelop
+Version:       0.26.1
+Release:       1
+License:       GPL v2
+Group:         X11/Development/Tools
+Source0:       http://qdevelop.org/public/release/%{name}-%{version}.tar.gz
+# Source0-md5: 82196807eec3551c2cfc97ececdb333e
+URL:           http://qdevelop.org/
+BuildRequires: QtCore-devel
+BuildRequires: QtDesigner-devel
+BuildRequires: QtGui-devel
+BuildRequires: QtNetwork-devel
+BuildRequires: QtSql-devel
+BuildRequires: QtUiTools-devel
+BuildRequires: QtXml-devel
+BuildRequires: cmake
+BuildRequires: libstdc++-devel
+BuildRequires: rpmbuild(macros) >= 1.293
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+QDevelop is a development environment entirely dedicated to Qt4.
+
+QDevelop is not a Kdevelop like or reduced. It's an independent IDE
+dedicated to Qt and is totally independent of KDevelop. Less complete,
+but faster, light and especially multi-platforms.
+
+%description -l pl.UTF-8
+QDevelop to środowisko programistyczne w całości poświęcone Qt4.
+
+Qdevelop to nie jest program podobny do Kdevelop lub jego
+pozbawiowioną funkcjonalności wersją. Jest to niezależne IDE
+poświęcone Qt i całkowicie oddzielone od KDevelop. Mniej funkcjonalne,
+ale szybsze, lżejsze i dostępne na wiele platform.
+
+%prep
+%setup -q -c
+
+%build
+%{__cmake} %{name}-%{version}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -pD ./qdevelop $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %{name}-%version/{ChangeLog.txt,copying,README*}
+%attr(755,root,root) %{_bindir}/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/01/11 01:09:30  adamg
+- new
+
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to